#afkOverlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8) !important;
    z-index: 999999 !important;
}

.afk-continue-button {
    text-transform: uppercase;
    background-color: white;
    font-weight: bold;

    width: fit-content;
    margin: 2em auto;
    padding: 14px 1.8em;
}

.afk-overlay {
    padding-top: 45vh;
    text-align: center;display: none;width: 100%;
    height: 100%;
}

.afk-bottom-text {
    margin: 2em 0;
    color: white;
}

.afk-top-text {
    font-size: 1.8em;
    margin: 2em 0;
    color: white;
    font-weight: bolder;
}
